01. Introduction
Introduction to Files & I/O
ND079 JPND C2 L02 A01 Working With Files And I O V3
By the end of this lesson, you should be able to:
- Read and write binary and text files in Java.
- Prevent resource leaks using the
try-with-resources
idiom. - Compare several different serialization formats: JSON, XML, and Java Object Serialization.
- Serialize and deserialize JSON in Java.